home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17819 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: uu4news.netcom.com!dodge!news
  2. From: Deepak Goel <Deepak.Goel@siemensrolm.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: pointer problem please help
  5. Date: Wed, 17 Apr 1996 09:36:28 -0700
  6. Organization: Siemens Rolm Communications Inc.
  7. Message-ID: <31751E0C.36AA@siemensrolm.com>
  8. References: <31735E36.D86@socrates.com>
  9. NNTP-Posting-Host: argonne.eng.sc.rolm.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  14.  
  15. Travis Jones wrote:
  16. > I am a newbie trying to learn C++ and am having a problem with the book
  17. > I am using.  It's Jesse Liberty's "Teach Yourself C++ in 21 Days."  I am
  18. > working with microsoft's visual C++ version 1.52.  The problem arises in
  19. > chapter 8 when pointers and the "new" keyword are introduced.  The first
  20. > few programs listed compiled, linked and executed as expected.  But the
  21. > next programs, which use the "new" keyword will not link.  Each time I
  22. > try I get a great deal of error's, most of which state "Unresolved
  23. > External."  I have entered this piece of code seven times and got the
  24. > same result each time so I am positive it has been entered correctly. Is
  25. > this a misprint in the book, does my compiler use a different standard,
  26. > or am I just missing something.  Any help would be greatly appreciated.
  27. > Thank You very much.I think you should have included one such example if you needed 
  28. help.
  29.